home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / evolution / 2.26 / plugins / org-gnome-evolution-attachment-reminder.eplug < prev    next >
Encoding:
Extensible Markup Language  |  2009-05-15  |  898 b   |  20 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <e-plugin-list>
  3.     <e-plugin type="shlib" location="/usr/lib/evolution/2.26/plugins/liborg-gnome-evolution-attachment-reminder.so" id="org.gnome.evolution.attachment-reminder" name="Attachment Reminder">
  4.  
  5.           <description>Looks for clues in a message for mention of attachments and warns if the attachment is missing</description>
  6.  
  7.         <author name="Johnny Jacob" email="jjohnny@novell.com"/>
  8.  
  9.         <hook class="org.gnome.evolution.mail.events:1.0">
  10.             <event target="message" id="composer.presendchecks" handle="org_gnome_evolution_attachment_reminder"/>
  11.         </hook>
  12.  
  13.         <hook class="org.gnome.evolution.mail.config:1.0">
  14.                 <group target="prefs" id="org.gnome.evolution.mail.composerPrefs">
  15.                 <item type="section" path="00.general/10.alerts/" factory="org_gnome_attachment_reminder_config_option"/>
  16.                 </group>
  17.         </hook>
  18.  
  19.     </e-plugin>
  20. </e-plugin-list>